home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / jpeg2ps.readme < prev    next >
Text File  |  1999-01-01  |  1KB  |  38 lines

  1. Short:    JPEG to Postscript converter (68k and PPC)
  2. Author:   Thomas Merz, Andreas R. Kleinert (port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     gfx/conv
  5.  
  6.  Changes for Amiga 68k/PPC port are documented in
  7.  in "CHANGES.amiga". For usage information, please
  8.  refer to "jpeg2ps.txt".
  9.  
  10.  PPC binary is called "jpeg2ps.elf" and useable from Shell
  11.  when being used with ppc.library V46+
  12.  
  13.  General information follows.
  14.  
  15.  --
  16.  ARK, 7/Mar/99
  17.  
  18. ************************************************************************
  19.  
  20. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  21. jpeg2ps - convert JPEG compressed images to PostScript Level 2
  22.  
  23. jpeg2ps is available from http://www.muc.de/~tm
  24.  
  25. Copyright (C) 1994-96 Thomas Merz (tm@muc.de)
  26. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  27.  
  28. Purpose of jpeg2ps
  29. ==================
  30. jpeg2ps converts JPEG files to PostScript level 2 EPS. In fact, jpeg2ps
  31. is not really a converter but a "wrapper": it reads the image parameters
  32. (width, height, number of color components) in a JPEG file, writes the
  33. according EPS header and then copies the compressed JPEG data to the output
  34. file. Decompression is done by the PostScript interpreter (only PostScript
  35. level 2 interpreters support JPEG compression and decompression). If you
  36. have a slow communication channel and a fast printer, sending compressed
  37. image data is a big win.
  38.